ContentType(String, String) Constructor

Initializes a new instance of the ContentType class.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public ContentType(
	string type,
	string subtype
)

Parameters

type  String
The type.
subtype  String
The subtype.

See Also